home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD PowerPlay 10
/
CD Powerplay Issue 10 (February 1996).iso
/
hints
/
onefall
/
omfutl
/
utilscom
/
afsall.bat
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1995-08-29
|
185 b
|
6 lines
@Echo Off
REM Batch file to create a full set of .AFS files using the AFS utility
For %f In (FIGHTR*.AF) Do AFS %f
Attrib +r FIGHTR*.AFS
Echo AFS files created and made read-only.